home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Development & Debugging Tools / GraphicsBug / GraphicsBug.rsrc / STR#_132.txt < prev    next >
Encoding:
Text File  |  1995-04-19  |  1.9 KB  |  91 lines

  1. Use 'shape' as an argument to DA, F and HD to display all client-owned shapes.
  2.  
  3. Use dot '.' to represent the last displayed address.
  4.  
  5. Use the up/down arrow keys to set the scrolling speed.
  6.  
  7. Option-double-click on an address to display memory as a type.
  8.  
  9. operators: - + * / % ^ | & [@*] ~ ()  numbers: . 0x $ # ''  strings: ""
  10.  
  11.  
  12. WH addr
  13.    Display the block containing addr.
  14.  
  15.  
  16. V  [addr]
  17.    Validate all (no parameters) or validate specific block.
  18.  
  19.  
  20. UF filename [page number]
  21.    Display the contents of the file by unflattening it.
  22.    Use page number to specify a page of a printer spool file.
  23.  
  24. Q
  25.    Quit.
  26.  
  27.  
  28. OG
  29.    Display other (generic, non-graphic) globals.
  30.  
  31. LP
  32.    List the known processes that have a graphics client.
  33.  
  34.  
  35. LC [process]
  36.    List the known graphics clients.
  37.  
  38.  
  39. IG
  40.    Display init globals.
  41.  
  42.  
  43. HZ
  44.    List the known heaps.
  45.  
  46.  
  47. HX addr | <heapname>           Ex.: HX system
  48.    Switch to the heap containing addr, or named <heapname>.
  49.  
  50.  
  51. HT
  52.    Total the heap.
  53.  
  54.  
  55. HD [bu(sy) di(rect) fr(ee) i(ndirect) t(emp) u(n)b(usy) u(n)l(oaded)]
  56.    [<type> [<type> ... ]]            Ex.: HD bu line layout polygon
  57.    Dump the heap, or the heap parts that match parameters.
  58.  
  59.  
  60. HC
  61.    Check the heap.
  62.  
  63.  
  64. GG
  65.    Display graphics globals.
  66.  
  67. FL addr [filename]             Ex.: FL 0x3321A "flat shapes"
  68.    Display the stream produced by flattening this shape.
  69.  
  70. F addr [number [start [end]]]
  71.        [bu(sy) di(rect) fr(ee) i(ndirect) t(emp) u(n)b(usy) u(n)l(oad)]
  72.        [<type> [<type> ... ]]  Ex.: F 0x4456A 3 ul picture
  73.    Find references to addr in the heap parts that match parameters.
  74.  
  75.  
  76. ER number
  77.    Display the error name that matches this number.
  78.  
  79. DV
  80.    Display version.
  81.  
  82.  
  83. DM addr [n | t(ype)]              Ex.: DM 1b2358 t
  84.    Display memory from addr for n bytes or as a type.
  85.  
  86.  
  87. DA [bu(sy) di(rect) fr(ee) i(ndirect) t(emp) u(n)b(usy) u(n)l(oaded)]
  88.    [<type> [<type> ... ]]            Ex.: DA bu line layout polygon
  89.    Display all blocks in the  heap, or all that match parameters.
  90.  
  91.